[INFO] cloning repository https://github.com/prateekkumarweb/rustyxsv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prateekkumarweb/rustyxsv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprateekkumarweb%2Frustyxsv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprateekkumarweb%2Frustyxsv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10cb404444e5af704f8b4f9b230f8c0444bb49af
[INFO] fixing prateekkumarweb/rustyxsv against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprateekkumarweb%2Frustyxsv" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/prateekkumarweb/rustyxsv
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/prateekkumarweb/rustyxsv
[INFO] tweaked toml for git repo https://github.com/prateekkumarweb/rustyxsv written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prateekkumarweb/rustyxsv on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prateekkumarweb/rustyxsv already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: An explicit [[test]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other test targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a test target:
[INFO] [stderr] 
[INFO] [stderr] * tests/test_flatten.rs
[INFO] [stderr] * tests/test_table.rs
[INFO] [stderr] * tests/test_count.rs
[INFO] [stderr] * tests/test_select.rs
[INFO] [stderr] * tests/test_split.rs
[INFO] [stderr] * tests/test_sort.rs
[INFO] [stderr] * tests/test_fixlengths.rs
[INFO] [stderr] * tests/test_fmt.rs
[INFO] [stderr] * tests/test_frequency.rs
[INFO] [stderr] * tests/test_join.rs
[INFO] [stderr] * tests/test_cat.rs
[INFO] [stderr] * tests/test_stats.rs
[INFO] [stderr] * tests/test_partition.rs
[INFO] [stderr] * tests/test_slice.rs
[INFO] [stderr] * tests/test_search.rs
[INFO] [stderr] * tests/test_index.rs
[INFO] [stderr] * tests/test_headers.rs
[INFO] [stderr] * tests/workdir.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autotests = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `xsv` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699
[INFO] running `Command { std: "docker" "start" "fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: An explicit [[test]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other test targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a test target:
[INFO] [stderr] 
[INFO] [stderr] * tests/test_flatten.rs
[INFO] [stderr] * tests/test_table.rs
[INFO] [stderr] * tests/test_count.rs
[INFO] [stderr] * tests/test_select.rs
[INFO] [stderr] * tests/test_split.rs
[INFO] [stderr] * tests/test_sort.rs
[INFO] [stderr] * tests/test_fixlengths.rs
[INFO] [stderr] * tests/test_fmt.rs
[INFO] [stderr] * tests/test_frequency.rs
[INFO] [stderr] * tests/test_join.rs
[INFO] [stderr] * tests/test_cat.rs
[INFO] [stderr] * tests/test_stats.rs
[INFO] [stderr] * tests/test_partition.rs
[INFO] [stderr] * tests/test_slice.rs
[INFO] [stderr] * tests/test_search.rs
[INFO] [stderr] * tests/test_index.rs
[INFO] [stderr] * tests/test_headers.rs
[INFO] [stderr] * tests/workdir.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autotests = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `xsv` (manifest) generated 2 warnings
[INFO] [stderr]     Checking libc v0.2.40
[INFO] [stderr]     Checking serde v1.0.54
[INFO] [stderr]    Compiling num-traits v0.2.4
[INFO] [stderr]    Compiling regex v1.0.0
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]    Compiling proc-macro2 v0.3.8
[INFO] [stderr]     Checking cfg-if v0.1.3
[INFO] [stderr]     Checking byteorder v1.2.2
[INFO] [stderr]     Checking strsim v0.7.0
[INFO] [stderr]     Checking regex-syntax v0.6.0
[INFO] [stderr]     Checking tabwriter v1.0.4
[INFO] [stderr]     Checking log v0.4.1
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking filetime v0.1.15
[INFO] [stderr]     Checking threadpool v1.7.1
[INFO] [stderr]     Checking csv-core v0.1.4
[INFO] [stderr]     Checking aho-corasick v0.6.4
[INFO] [stderr]    Compiling quote v0.5.2
[INFO] [stderr]    Compiling syn v0.13.9
[INFO] [stderr]     Checking rand v0.3.22
[INFO] [stderr]     Checking quickcheck v0.6.2
[INFO] [stderr]     Checking chan v0.1.21
[INFO] [stderr]     Checking streaming-stats v0.2.0
[INFO] [stderr]     Checking csv v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.54
[INFO] [stderr]     Checking csv-index v0.1.5
[INFO] [stderr]     Checking docopt v1.0.0
[INFO] [stderr]     Checking xsv v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating tests/tests.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed tests/test_sort.rs (2 fixes)
[INFO] [stderr]    Migrating src/main.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed tests/test_split.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_fixlengths.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_index.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_search.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_fmt.rs (1 fix)
[INFO] [stderr]        Fixed tests/tests.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_headers.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_count.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_slice.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_flatten.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_join.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_frequency.rs (4 fixes)
[INFO] [stderr]        Fixed tests/test_select.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_stats.rs (1 fix)
[INFO] [stderr]        Fixed tests/workdir.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_cat.rs (2 fixes)
[INFO] [stderr]        Fixed tests/test_table.rs (1 fix)
[INFO] [stderr]        Fixed tests/test_partition.rs (1 fix)
[INFO] [stderr]        Fixed src/cmd/frequency.rs (5 fixes)
[INFO] [stderr]        Fixed src/cmd/partition.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/search.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/join.rs (5 fixes)
[INFO] [stderr]        Fixed src/config.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/sort.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/headers.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/sample.rs (4 fixes)
[INFO] [stderr]        Fixed src/util.rs (2 fixes)
[INFO] [stderr]        Fixed src/cmd/fixlengths.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/slice.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/cat.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/flatten.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/fmt.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/index.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/input.rs (3 fixes)
[INFO] [stderr]        Fixed src/cmd/stats.rs (5 fixes)
[INFO] [stderr]        Fixed src/cmd/split.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/select.rs (4 fixes)
[INFO] [stderr]        Fixed src/cmd/table.rs (3 fixes)
[INFO] [stderr]        Fixed src/index.rs (1 fix)
[INFO] [stderr]        Fixed src/cmd/count.rs (3 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.13.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr] crater-edition-check: xsv v0.13.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking xsv v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_partition.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |         svec!["CO", "Denver"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 196 -         svec!["CO", "Denver"],
[INFO] [stdout] 196 +         vec!["CO", "Denver"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0255]: the name `num_cpus` is defined multiple times
[INFO] [stdout]   --> src/util.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | use num_cpus;
[INFO] [stdout]    |     -------- previous import of the value `num_cpus` here
[INFO] [stdout] ...
[INFO] [stdout] 17 | pub fn num_cpus() -> usize {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `num_cpus` redefined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `num_cpus` must be defined only once in the value namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]    |
[INFO] [stdout] 11 | use num_cpus as other_num_cpus;
[INFO] [stdout]    |              +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |         svec!["CA", "San Francisco"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 195 -         svec!["CA", "San Francisco"],
[INFO] [stdout] 195 +         vec!["CA", "San Francisco"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |         svec!["M", "Too short"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 194 -         svec!["M", "Too short"],
[INFO] [stdout] 194 +         vec!["M", "Too short"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         svec!["ME", "Portland"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 193 -         svec!["ME", "Portland"],
[INFO] [stdout] 193 +         vec!["ME", "Portland"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         svec!["MA", "Boston"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 192 -         svec!["MA", "Boston"],
[INFO] [stdout] 192 +         vec!["MA", "Boston"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         svec!["state", "city"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 191 -         svec!["state", "city"],
[INFO] [stdout] 191 +         vec!["state", "city"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::Csv`
[INFO] [stdout]   --> tests/workdir.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::Csv;
[INFO] [stdout]    |     ^^^^^^^---
[INFO] [stdout]    |            |
[INFO] [stdout]    |            no `Csv` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 13 - use crate::Csv;
[INFO] [stdout] 13 + use crate::csv;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::Csv`, `crate::CsvData`, `crate::qcheck`
[INFO] [stdout]  --> tests/test_cat.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{Csv, CsvData, qcheck};
[INFO] [stdout]   |             ^^^  ^^^^^^^  ^^^^^^ no `qcheck` in the root
[INFO] [stdout]   |             |    |
[INFO] [stdout]   |             |    no `CsvData` in the root
[INFO] [stdout]   |             no `Csv` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_cat.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `debug` in this scope
[INFO] [stdout]   --> tests/workdir.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         debug!("[{}]: {:?}", self.dir.display(), cmd);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use log::debug;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_flatten.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         svec!["", "", "y", "z"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 125 -         svec!["", "", "y", "z"],
[INFO] [stdout] 125 +         vec!["", "", "y", "z"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         svec!["collision_2", "collides with disambiguated"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 144 -         svec!["collision_2", "collides with disambiguated"],
[INFO] [stdout] 144 +         vec!["collision_2", "collides with disambiguated"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]   --> tests/workdir.rs:17:47
[INFO] [stdout]    |
[INFO] [stdout] 17 | static NEXT_ID: atomic::AtomicUsize = atomic::ATOMIC_USIZE_INIT;
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]    |
[INFO] [stdout] 17 - static NEXT_ID: atomic::AtomicUsize = atomic::ATOMIC_USIZE_INIT;
[INFO] [stdout] 17 + static NEXT_ID: atomic::AtomicUsize = atomic::AtomicUsize::new(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_flatten.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         svec!["mnopqr", "stuvwx"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 9 -         svec!["mnopqr", "stuvwx"],
[INFO] [stdout] 9 +         vec!["mnopqr", "stuvwx"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         svec!["collision!", "collides again"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 143 -         svec!["collision!", "collides again"],
[INFO] [stdout] 143 +         vec!["collision!", "collides again"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |         svec!["a", "b", "y", "z"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 124 -         svec!["a", "b", "y", "z"],
[INFO] [stdout] 124 +         vec!["a", "b", "y", "z"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_select.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_search.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         svec!["coll ision", "collides"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 142 -         svec!["coll ision", "collides"],
[INFO] [stdout] 142 +         vec!["coll ision", "collides"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_flatten.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         svec!["abcdef", "ghijkl"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 8 -         svec!["abcdef", "ghijkl"],
[INFO] [stdout] 8 +         vec!["abcdef", "ghijkl"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 121 +     let rows2 = vec![svec!["y", "z"], vec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 72 | select_test!(select_simple, "h1", "1", ["h1"], ["a"]);
[INFO] [stdout]    | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::Csv`, `crate::CsvData`, `crate::qcheck_sized`
[INFO] [stdout]  --> tests/test_frequency.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::{Csv, CsvData, qcheck_sized};
[INFO] [stdout]   |             ^^^  ^^^^^^^  ^^^^^^^^^^^^ no `qcheck_sized` in the root
[INFO] [stdout]   |             |    |
[INFO] [stdout]   |             |    no `CsvData` in the root
[INFO] [stdout]   |             no `Csv` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 8 - use crate::{Csv, CsvData, qcheck_sized};
[INFO] [stdout] 8 + use crate::{csv, CsvData, qcheck_sized};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]  --> tests/test_frequency.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::workdir::Workdir;
[INFO] [stdout]   |            ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 73 | select_test!(select_simple_idx, "h1[0]", "1", ["h1"], ["a"]);
[INFO] [stdout]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         svec!["a", "b"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 148 -         svec!["a", "b"],
[INFO] [stdout] 148 +         vec!["a", "b"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_flatten.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         svec!["h1", "h2"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 7 -         svec!["h1", "h2"],
[INFO] [stdout] 7 +         vec!["h1", "h2"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         svec!["collision", "in same file"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 -         svec!["collision", "in same file"],
[INFO] [stdout] 141 +         vec!["collision", "in same file"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 121 +     let rows2 = vec![vec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 74 | select_test!(select_simple_idx_2, "h1[1]", "5", ["h1"], ["e"]);
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 76 | select_test!(select_quoted, r#""h[]3""#, "3", ["h[]3"], ["c"]);
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 13 -         svec!["h1", "h2"],
[INFO] [stdout] 13 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         svec!["collision", "ordinary value"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 140 -         svec!["collision", "ordinary value"],
[INFO] [stdout] 140 +         vec!["collision", "ordinary value"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 120 -     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout] 120 +     let rows1 = vec![vec!["a", "b"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         svec!["a", "b"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 132 -         svec!["a", "b"],
[INFO] [stdout] 132 +         vec!["a", "b"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         svec!["a", "z"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 14 -         svec!["a", "z"],
[INFO] [stdout] 14 +         vec!["a", "z"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         svec!["foobar", "barfoo"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 131 +         vec!["foobar", "barfoo"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 77 | select_test!(select_quoted_idx, r#""h[]3"[0]"#, "3", ["h[]3"], ["c"]);
[INFO] [stdout]    | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "workdir") due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |         svec!["unsafe _1$!,\"", "unsafe in shell"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 139 -         svec!["unsafe _1$!,\"", "unsafe in shell"],
[INFO] [stdout] 139 +         vec!["unsafe _1$!,\"", "unsafe in shell"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         svec!["a", "b", "y", "z"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -         svec!["a", "b", "y", "z"],
[INFO] [stdout] 111 +         vec!["a", "b", "y", "z"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         svec!["a", "y"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 15 -         svec!["a", "y"],
[INFO] [stdout] 15 +         vec!["a", "y"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         svec!["barfoo", "foobar"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 116 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 116 +         vec!["barfoo", "foobar"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         svec!["a", "y"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 16 -         svec!["a", "y"],
[INFO] [stdout] 16 +         vec!["a", "y"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 79 | / select_test!(select_range, "h1-h4", "1-4",
[INFO] [stdout] 80 | |              ["h1", "h2", "h[]3", "h4"], ["a", "b", "c", "d"]);
[INFO] [stdout]    | |______________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         svec!["empty", "the string empty"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 138 -         svec!["empty", "the string empty"],
[INFO] [stdout] 138 +         vec!["empty", "the string empty"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:108:39
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 108 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 108 +     let rows2 = vec![svec!["y", "z"], vec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_search.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |         svec!["barfoo", "foobar"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 100 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 100 +         vec!["barfoo", "foobar"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_flatten") due to 4 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         svec!["b", "z"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 17 -         svec!["b", "z"],
[INFO] [stdout] 17 +         vec!["b", "z"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 82 | / select_test!(select_range_multi, r#"h1-h2,"h[]3"-h4"#, "1-2,3-4",
[INFO] [stdout] 83 | |              ["h1", "h2", "h[]3", "h4"], ["a", "b", "c", "d"]);
[INFO] [stdout]    | |______________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         svec!["", "empty key"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 137 -         svec!["", "empty key"],
[INFO] [stdout] 137 +         vec!["", "empty key"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:108:22
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 108 -     let rows2 = vec![svec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout] 108 +     let rows2 = vec![vec!["y", "z"], svec!["y", "z"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 99 -         svec!["h1", "h2"],
[INFO] [stdout] 99 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 84 | / select_test!(select_range_multi_idx, r#"h1-h2,"h[]3"[0]-h4"#, "1-2,3-4",
[INFO] [stdout] 85 | |              ["h1", "h2", "h[]3", "h4"], ["a", "b", "c", "d"]);
[INFO] [stdout]    | |______________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         svec!["", "z"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 -         svec!["", "z"],
[INFO] [stdout] 18 +         vec!["", "z"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         svec!["barfoo", "foobar"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 84 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 84 +         vec!["barfoo", "foobar"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_cat.rs:107:22
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 107 -     let rows1 = vec![svec!["a", "b"]];
[INFO] [stdout] 107 +     let rows1 = vec![vec!["a", "b"]];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_partition.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |         svec!["key", "explanation"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 136 -         svec!["key", "explanation"],
[INFO] [stdout] 136 +         vec!["key", "explanation"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 87 | / select_test!(select_reverse, "h1[1]-h1[0]", "5-1",
[INFO] [stdout] 88 | |              ["h1", "h4", "h[]3", "h2", "h1"], ["e", "d", "c", "b", "a"]);
[INFO] [stdout]    | |_________________________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         svec!["a", "b", "y", "z"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 98 -         svec!["a", "b", "y", "z"],
[INFO] [stdout] 98 +         vec!["a", "b", "y", "z"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         svec!["(NULL)", "x"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 -         svec!["(NULL)", "x"],
[INFO] [stdout] 19 +         vec!["(NULL)", "x"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 90 | / select_test!(select_not, r#"!"h[]3"[0]"#, "!3",
[INFO] [stdout] 91 | |              ["h1", "h2", "h4", "h1"], ["a", "b", "d", "e"]);
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |     if headers { rows.insert(0, svec!["state", "city"]); }
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 20 -     if headers { rows.insert(0, svec!["state", "city"]); }
[INFO] [stdout] 20 +     if headers { rows.insert(0, vec!["state", "city"]); }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         svec!["foobar", "barfoo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 83 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 83 +         vec!["foobar", "barfoo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 92 | select_test!(select_not_range, "!h1[1]-h2", "!5-2", ["h1"], ["a"]);
[INFO] [stdout]    | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         svec!["h1", "h2", "h3", "h4"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         svec!["h1", "h2", "h3", "h4"],
[INFO] [stdout] 97 +         vec!["h1", "h2", "h3", "h4"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         svec!["TX", "Fort Worth"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 -         svec!["TX", "Fort Worth"],
[INFO] [stdout] 18 +         vec!["TX", "Fort Worth"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |             use crate::workdir::Workdir;
[INFO] [stdout]    |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 94 | select_test!(select_duplicate, "h1,h1", "1,1", ["h1", "h1"], ["a", "a"]);
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         svec!["1", "(NULL)", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 40 -         svec!["1", "(NULL)", "1"],
[INFO] [stdout] 40 +         vec!["1", "(NULL)", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         svec!["barfoo", "foobar"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 68 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 68 +         vec!["barfoo", "foobar"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 95 | / select_test!(select_duplicate_range, "h1-h2,h1-h2", "1-2,1-2",
[INFO] [stdout] 96 | |              ["h1", "h2", "h1", "h2"], ["a", "b", "a", "b"]);
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         svec!["1", "(NULL)", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 41 -         svec!["1", "(NULL)", "1"],
[INFO] [stdout] 41 +         vec!["1", "(NULL)", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         svec!["NY", "Buffalo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 17 -         svec!["NY", "Buffalo"],
[INFO] [stdout] 17 +         vec!["NY", "Buffalo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:94:41
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 94 -     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout] 94 +     let rows2 = vec![svec!["h3", "h4"], vec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         svec!["foobar", "barfoo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 67 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 67 +         vec!["foobar", "barfoo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         svec!["1", "a", "3"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 42 -         svec!["1", "a", "3"],
[INFO] [stdout] 42 +         vec!["1", "a", "3"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]   --> tests/test_select.rs:7:24
[INFO] [stdout]    |
[INFO] [stdout]  7 |               use crate::workdir::Workdir;
[INFO] [stdout]    |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 97 | / select_test!(select_duplicate_range_reverse, "h1-h2,h2-h1", "1-2,2-1",
[INFO] [stdout] 98 | |              ["h1", "h2", "h2", "h1"], ["a", "b", "b", "a"]);
[INFO] [stdout]    | |____________________________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 66 -         svec!["h1", "h2"],
[INFO] [stdout] 66 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 94 -     let rows2 = vec![svec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout] 94 +     let rows2 = vec![vec!["h3", "h4"], svec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         svec!["TX", "Dallas"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 16 -         svec!["TX", "Dallas"],
[INFO] [stdout] 16 +         vec!["TX", "Dallas"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         svec!["1", "b", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 43 -         svec!["1", "b", "1"],
[INFO] [stdout] 43 +         vec!["1", "b", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 38 -         svec!["h1", "h2"],
[INFO] [stdout] 38 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:93:41
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 93 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 93 +     let rows1 = vec![svec!["h1", "h2"], vec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |             use crate::workdir::Workdir;
[INFO] [stdout]     |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 100 | select_test!(select_range_no_end, "h4-", "4-", ["h4", "h1"], ["d", "e"]);
[INFO] [stdout]     | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         svec!["CA", "San Francisco"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 15 -         svec!["CA", "San Francisco"],
[INFO] [stdout] 15 +         vec!["CA", "San Francisco"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         svec!["barfoo", "foobar"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 24 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 24 +         vec!["barfoo", "foobar"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         svec!["1", "h1", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 44 -         svec!["1", "h1", "1"],
[INFO] [stdout] 44 +         vec!["1", "h1", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:93:22
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 93 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 93 +     let rows1 = vec![vec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_partition.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         svec!["NY", "Manhatten"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 14 -         svec!["NY", "Manhatten"],
[INFO] [stdout] 14 +         vec!["NY", "Manhatten"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |             use crate::workdir::Workdir;
[INFO] [stdout]     |                        ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 101 | select_test!(select_range_no_start, "-h2", "-2", ["h1", "h2"], ["a", "b"]);
[INFO] [stdout]     | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rassert_eq` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         rassert_eq!(got, expected)
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 86 -         rassert_eq!(got, expected)
[INFO] [stdout] 86 +         assert_eq!(got, expected)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         svec!["foobar", "barfoo"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 23 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 23 +         vec!["foobar", "barfoo"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         svec!["field", "value", "count"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 57 -         svec!["field", "value", "count"],
[INFO] [stdout] 57 +         vec!["field", "value", "count"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |               use crate::workdir::Workdir;
[INFO] [stdout]     |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 102 | / select_test!(select_range_no_end_cat, "h4-,h1", "4-,1",
[INFO] [stdout] 103 | |              ["h4", "h1", "h1"], ["d", "e", "a"]);
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::workdir`
[INFO] [stdout]    --> tests/test_select.rs:7:24
[INFO] [stdout]     |
[INFO] [stdout]   7 |               use crate::workdir::Workdir;
[INFO] [stdout]     |                          ^^^^^^^ could not find `workdir` in the crate root
[INFO] [stdout] ...
[INFO] [stdout] 104 | / select_test!(select_range_no_start_cat, "-h2,h1[1]", "-2,5",
[INFO] [stdout] 105 | |              ["h1", "h2", "h1"], ["a", "b", "e"]);
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `select_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_select.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         svec!["a", "b", "c", "d", "e"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 66 -         svec!["a", "b", "c", "d", "e"],
[INFO] [stdout] 66 +         vec!["a", "b", "c", "d", "e"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_search.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         svec!["h1", "h2"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 22 -         svec!["h1", "h2"],
[INFO] [stdout] 22 +         vec!["h1", "h2"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         svec!["h1", "(NULL)", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 58 -         svec!["h1", "(NULL)", "1"],
[INFO] [stdout] 58 +         vec!["h1", "(NULL)", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:63:41
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 63 -     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout] 63 +     let rows2 = vec![svec!["h1", "h2"], vec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 63 -     let rows2 = vec![svec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout] 63 +     let rows2 = vec![vec!["h1", "h2"], svec!["y", "z"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:62:41
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 62 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 62 +     let rows1 = vec![svec!["h1", "h2"], vec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_select.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn header_row() -> Vec<String> { svec!["h1", "h2", "h[]3", "h4", "h1"] }
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 62 - fn header_row() -> Vec<String> { svec!["h1", "h2", "h[]3", "h4", "h1"] }
[INFO] [stdout] 62 + fn header_row() -> Vec<String> { vec!["h1", "h2", "h[]3", "h4", "h1"] }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 62 -     let rows1 = vec![svec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout] 62 +     let rows1 = vec![vec!["h1", "h2"], svec!["a", "b"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         svec!["h1", "a", "3"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 59 -         svec!["h1", "a", "3"],
[INFO] [stdout] 59 +         vec!["h1", "a", "3"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 |     if headers { rows.insert(0, svec!["h1", "h2"]); }
[INFO] [stdout]   |                                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 9 -     if headers { rows.insert(0, svec!["h1", "h2"]); }
[INFO] [stdout] 9 +     if headers { rows.insert(0, vec!["h1", "h2"]); }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let rows = vec![svec!["\u{0085}"]];
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 46 -     let rows = vec![svec!["\u{0085}"]];
[INFO] [stdout] 46 +     let rows = vec![vec!["\u{0085}"]];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rassert_eq` in this scope
[INFO] [stdout]   --> tests/test_cat.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         rassert_eq!(got, expected)
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/macros/mod.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 39 -         rassert_eq!(got, expected)
[INFO] [stdout] 39 +         assert_eq!(got, expected)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         svec!["barfoo", "foobar"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 7 -         svec!["barfoo", "foobar"],
[INFO] [stdout] 7 +         vec!["barfoo", "foobar"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         svec!["h1", "b", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 60 -         svec!["h1", "b", "1"],
[INFO] [stdout] 60 +         vec!["h1", "b", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         svec!["field", "value", "count"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 73 -         svec!["field", "value", "count"],
[INFO] [stdout] 73 +         vec!["field", "value", "count"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         svec!["a", "b"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 6 -         svec!["a", "b"],
[INFO] [stdout] 6 +         vec!["a", "b"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_cat") due to 24 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]  --> tests/test_search.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         svec!["foobar", "barfoo"],
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 5 -         svec!["foobar", "barfoo"],
[INFO] [stdout] 5 +         vec!["foobar", "barfoo"],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         svec!["h1", "(NULL)", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 74 -         svec!["h1", "(NULL)", "1"],
[INFO] [stdout] 74 +         vec!["h1", "(NULL)", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         svec!["h1", "(NULL)", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 75 -         svec!["h1", "(NULL)", "1"],
[INFO] [stdout] 75 +         vec!["h1", "(NULL)", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         svec!["h1", "a", "3"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 76 -         svec!["h1", "a", "3"],
[INFO] [stdout] 76 +         vec!["h1", "a", "3"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         svec!["h1", "b", "1"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 77 -         svec!["h1", "b", "1"],
[INFO] [stdout] 77 +         vec!["h1", "b", "1"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_partition") due to 22 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         svec!["field", "value", "count"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 90 -         svec!["field", "value", "count"],
[INFO] [stdout] 90 +         vec!["field", "value", "count"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |         svec!["h1", "a", "3"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 91 -         svec!["h1", "a", "3"],
[INFO] [stdout] 91 +         vec!["h1", "a", "3"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]   --> tests/test_frequency.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         svec!["h2", "z", "3"],
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 92 -         svec!["h2", "z", "3"],
[INFO] [stdout] 92 +         vec!["h2", "z", "3"],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         svec!["field", "value", "count"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 105 -         svec!["field", "value", "count"],
[INFO] [stdout] 105 +         vec!["field", "value", "count"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_search") due to 20 previous errors
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         svec!["h2", "x", "1"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 106 -         svec!["h2", "x", "1"],
[INFO] [stdout] 106 +         vec!["h2", "x", "1"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         svec!["field", "value", "count"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 119 -         svec!["field", "value", "count"],
[INFO] [stdout] 119 +         vec!["field", "value", "count"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         svec!["h2", "x", "1"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 120 -         svec!["h2", "x", "1"],
[INFO] [stdout] 120 +         vec!["h2", "x", "1"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |         svec!["h2", "y", "2"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -         svec!["h2", "y", "2"],
[INFO] [stdout] 121 +         vec!["h2", "y", "2"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `svec` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         svec!["h2", "z", "3"],
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/macros.rs:42:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 122 -         svec!["h2", "z", "3"],
[INFO] [stdout] 122 +         vec!["h2", "z", "3"],
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]    --> tests/test_frequency.rs:194:10
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[derive(Deserialize)]
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use serde_derive::Deserialize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CsvRecord` in the crate root
[INFO] [stdout]    --> tests/test_frequency.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 153 |             crate::CsvRecord(vec!["\u{FEFF}".to_string()]),
[INFO] [stdout]     |                    ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CsvRecord` in the crate root
[INFO] [stdout]    --> tests/test_frequency.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |             crate::CsvRecord(vec!["".to_string()]),
[INFO] [stdout]     |                    ^^^^^^^^^ not found in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_frequency") due to 35 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (test "test_select") due to 21 previous errors
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/cmd/partition.rs:126:36
[INFO] [stdout]     |
[INFO] [stdout] 126 | type BoxedWriter = csv::Writer<Box<io::Write+'static>>;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 126 | type BoxedWriter = csv::Writer<Box<dyn io::Write+'static>>;
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/util.rs:190:48
[INFO] [stdout]     |
[INFO] [stdout] 190 |                  -> io::Result<csv::Writer<Box<io::Write+'static>>>
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 190 |                  -> io::Result<csv::Writer<Box<dyn io::Write+'static>>>
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/cmd/join.rs:281:44
[INFO] [stdout]     |
[INFO] [stdout] 281 |         -> CliResult<IoState<fs::File, Box<io::Write+'static>>> {
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 281 |         -> CliResult<IoState<fs::File, Box<dyn io::Write+'static>>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/cmd/split.rs:131:36
[INFO] [stdout]     |
[INFO] [stdout] 131 |     ) -> CliResult<csv::Writer<Box<io::Write+'static>>> {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 131 |     ) -> CliResult<csv::Writer<Box<dyn io::Write+'static>>> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config.rs:197:48
[INFO] [stdout]     |
[INFO] [stdout] 197 |                  -> io::Result<csv::Writer<Box<io::Write+'static>>> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 197 |                  -> io::Result<csv::Writer<Box<dyn io::Write+'static>>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config.rs:202:48
[INFO] [stdout]     |
[INFO] [stdout] 202 |                  -> io::Result<csv::Reader<Box<io::Read+'static>>> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 202 |                  -> io::Result<csv::Reader<Box<dyn io::Read+'static>>> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config.rs:263:47
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub fn io_reader(&self) -> io::Result<Box<io::Read+'static>> {
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub fn io_reader(&self) -> io::Result<Box<dyn io::Read+'static>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config.rs:293:47
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub fn io_writer(&self) -> io::Result<Box<io::Write+'static>> {
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub fn io_writer(&self) -> io::Result<Box<dyn io::Write+'static>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/cmd/headers.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut wtr: Box<io::Write> =
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut wtr: Box<dyn io::Write> =
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0255`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xsv` (bin "xsv") due to 1 previous error; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699", kill_on_drop: false }`
[INFO] [stdout] fee28f4f3e49e9183ee38ce2d216f841075823aa26fe578aaffb2f58e0835699
